home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_626 / siliconsec / unpackdisk < prev    next >
Text File  |  1992-05-06  |  632b  |  28 lines

  1. .K ""
  2. echo "This script will unpack the following lha archives:"
  3. echo ""
  4. echo "  SiliconSec.lha =>    SS:"
  5. echo ""
  6.  
  7. ask "Do you have a blank disk ready?"
  8. if not WARN
  9.     echo "Try again when you do ..."
  10.     echo "All Done.  Click close gadget to get rid of window."
  11.     endcli
  12. endif
  13.  
  14. ask "Is floppy drive df1: free?"
  15. if not WARN
  16.     echo "You will need to do the unpacking yourself."
  17.     echo "All Done.  Click close gadget to get rid of window."
  18.     endcli
  19. endif
  20.  
  21. echo "Formatting and unpacking disk."
  22.  
  23. sys:system/format drive df1: name SS noicons
  24. :c/lha -x -a -m x SiliconSec.lha SS:
  25.  
  26. echo "All Done.  Click close gadget to get rid of window."
  27. endcli
  28.